-
Notifications
You must be signed in to change notification settings - Fork 59
More detail on append() aborting and other semantics #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See discussions in #92 (comment) onward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The change looks good to me.
I think it may be fine to remove for now, but abort() is definitely something we're going to want to support eventually. See my comment on #92 (comment), abort is important for cancelling expensive append() operations. |
Needs re-review now that I've redone this to allow aborting. |
new wording lgtm, thanks! |
This CL aligns the implementation with webmachinelearning/prompt-api#95 and webmachinelearning/prompt-api#104 Bug: 409355678 Change-Id: I0c119242b5f3fb2e01feada1852a6e7b57a9d3ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6468355 Reviewed-by: Takashi Toyoshima <[email protected]> Commit-Queue: Mingyu Lei <[email protected]> Reviewed-by: Clark DuVall <[email protected]> Cr-Commit-Position: refs/heads/main@{#1457987}
See discussions in #92 (comment) onward.
@lozy219 PTAL! Also cc @clarkduvall.